type golang.org/x/net/http2.dataBuffer
8 uses
golang.org/x/net/http2 (current package)
databuffer.go#L65: type dataBuffer struct {
databuffer.go#L77: func (b *dataBuffer) Read(p []byte) (int, error) {
databuffer.go#L102: func (b *dataBuffer) bytesFromFirstChunk() []byte {
databuffer.go#L110: func (b *dataBuffer) Len() int {
databuffer.go#L115: func (b *dataBuffer) Write(p []byte) (int, error) {
databuffer.go#L135: func (b *dataBuffer) lastChunkOrAlloc(want int64) []byte {
server.go#L2187: b: &dataBuffer{expected: req.ContentLength},
transport.go#L2452: cs.bufPipe.setBuffer(&dataBuffer{expected: res.ContentLength})
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)